github.com/andybalholm/brotli.histogramDistance.bit_cost_ (field)
10 uses
github.com/andybalholm/brotli (current package)
block_splitter_distance.go#L244: histograms[j].bit_cost_ = populationCostDistance(&histograms[j])
cluster_distance.go#L33: p.cost_diff -= out[idx1].bit_cost_
cluster_distance.go#L34: p.cost_diff -= out[idx2].bit_cost_
cluster_distance.go#L37: p.cost_combo = out[idx2].bit_cost_
cluster_distance.go#L40: p.cost_combo = out[idx1].bit_cost_
cluster_distance.go#L107: out[best_idx1].bit_cost_ = pairs[0].cost_combo
cluster_distance.go#L164: return populationCostDistance(&tmp) - candidate.bit_cost_
cluster_distance.go#L273: out[i].bit_cost_ = populationCostDistance(&in[i])
histogram.go#L109: bit_cost_ float64
histogram.go#L115: self.bit_cost_ = math.MaxFloat64
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |